C code for PEOutputToWindow

Use the following code as an example of how to call the PEOutputToWindow function:

short            left,
        top,
        width,
        height;
long        style;
HWND        parentWindow; char title [] = "My Report";
left = 0;
top = 0;
width = 500;
    // screen units
height = 500;
    // screen units
style = 0;
parentWindow = 0; if (!PEOutputToWindow(Job, title, left, top, width,
height, style, parentWindow)){
    // Handle error
}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com